@charset "utf-8";
/* CSS Document */
.topbg {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 250px;
}
.day {
    display: block;
    height: 40px;
    width: 300px !important;
    overflow: hidden;
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #000 !important;
    text-decoration: none;
    text-align: left;
    font-weight: 200;
}
.day p a, .day p a:active, .day p a:visited {
    color: #000;
    text-decoration: none;
}
.day p a:hover {
    color: #000;
    text-decoration: underline;
}
#localtime {
    display: block;
    height: 40px;
    width: 50%;
    overflow: hidden;
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #000 !important;
    text-decoration: none;
    text-align: left;
    font-weight: 200;
    word-spacing: 0.2em;
}
.weather {
    display: block;
    height: 60px;
    width: 580px;
    overflow: hidden;
    text-align: right;
    float: left;
    margin-top: 3px;
    padding-right: 3px;
    padding-left: 15px;
    padding-top: 5px;
}
.weather p {
    font-size: 16px;
    line-height: 40px;
    font-weight: 200;
    color: #000;
    text-decoration: none;
    text-align: left;
    display: block;
    height: 60px;
    width: 50%;
    overflow: hidden;
}
.weather p a, .weather p a:active, .weather p a:visited {
    color: #000;
    text-decoration: none;
}
.weather p a:hover {
    color: #000;
    text-decoration: underline;
}
.weatherbottom {
    width: 1000px;
    margin: 200px auto 0;
    overflow: hidden;
    visibility: visible;
    display: block;
}
.headerNav {
    background: #9ccf6f;
    height: 50px;
    line-height: 50px;
}
.headerNav .nav {
    width: 1000px;
    margin: 0 auto;
    color: #fff;
}
.headerNav .nav  li {
    float: left;
    border-left: 2px solid #fff;
    text-align: center;
    font-size: 18px;
    width: 140px;
    position: relative;
    font-family: "Microsoft YaHei" !important;
}
.headerNav .nav li.index {
    border: hidden;
}

.headerNav .nav  li a,.headerNav .nav  li span {
    display: block;
    letter-spacing: 4px;
}
.headerNav .nav  li:hover, .headerNav .nav li.active {
    background-color: #558c24!important;
    color: #fff;
    text-decoration: none;
}
.headerNav .nav  li  a:hover, .headerNav .nav li.active  a {
    background-color: #558c24!important;
    color: #fff;
    text-decoration: none;
}
.headerNav .nav .dropList {
    position: absolute;
    top: 51px;
    display: none;
    border: #fff 1px solid;
    z-index: 999;
}
.headerNav .nav .dropList .dlItm {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    background-color: #558c24!important;
    text-align: left;
    overflow: hidden;
    border-bottom: 1px solid #FFFF99;
}
.headerNav .nav .dropList .dlItm a {
    padding-left: 10px;
    letter-spacing: 0px;
}
.nav .dropList .dlItm a:hover {
    color: #FFFF99;
    text-decoration: underline;
    background-color: #6da938!important;
}
